-
Notifications
You must be signed in to change notification settings - Fork 619
[TOOL-3238] Fix Engine backend wallet balances not updating on chain change #6059
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6059 +/- ##
=======================================
Coverage 55.01% 55.01%
=======================================
Files 1152 1152
Lines 61280 61280
Branches 5177 5177
=======================================
Hits 33716 33716
Misses 26834 26834
Partials 730 730
*This pull request uses carry forward flags. Click here to find out more. |
size-limit report 📦
|
Merge activity
|

PR-Codex overview
This PR primarily focuses on enhancing the functionality and usability of the
NetworkSelectorsandSelectWithSearchcomponents, as well as improving the handling of backend wallet balances in the application.Detailed summary
closeOnSelectprop toSelectWithSearchfor closing popover on selection.renderOptionto close popover when an option is selected.symbolparameter inutils.tsto be optional and handle empty cases.useEngineBackendWalletBalanceto acceptchainIdas a parameter.Skeletoncomponent for loading states.symbolmore gracefully.SendFundsModalto utilizechainIddirectly from props instead of deriving it.